* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* ---color- font-family--  */
.fcolor {
    color: #8c0d4f !important;
}

.bcolor {
    background-color: #8c0d4f;
}

.fontfaimly {
    font-family: 'Quicksand';
}

/* ----- section --- headre-- */


.form-input input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}

.form-input input:focus {
    border: 2px solid #8c0d4f;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}
.btn-file{
   background-color: #8c0d4f;
   padding: 17px 0px;
   border-radius: 0px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px; 
}

.dropdown2-menu {
    width: 1100px;
    top: 33px;
    left: -850px;
}

.main-effict1 {
    height: 500px;
    display: none;
    top: 33px;
    width: 1000px;
    left: -700px;
    z-index: 9999;
} 

#dropdown12:hover .dropdown2-menu,
#main-effict:hover .main-effict1 {
    display: block !important;

}

.product-image {
    overflow: hidden !important;
}

.phover i:hover{
    color: #640000 !important;
}
.main-ul a {
    color: #000;
    text-decoration: none;
}

.main-ul a:hover{ 
    color: #640000 !important;
}

.chocker,
.btn-chocker{
    padding: 3px 5px;
    border-radius: 50%;
    background-color: #b690a8;
}

.btn-chocker:hover{
    color: white !important;
    background-color: #640000;
}

.hover-dropdown {
    top: 33px;
    display: none !important;
}

.hover-dropdown2{
    width: 100%;
}
.list-group-item-2:hover .hover-dropdown2 {
    display: block !important;
}

.product-card:hover .product-image img {
    transition: .2s;
    transform: scale(1.2);
}

.category-headers li a {
    color: black;
    text-decoration: none;
}

.featured-content01 {
    top: 35%;
    left: 10%;
}

.fade {
  transition: opacity 0.15s linear; 
}

.fade:not(.show){
  opacity: 0;     
  display: none;    
}

.fade.show {
  opacity: 1; 
  display: block;   
}
.navmenu a{
    color: #000;
    text-decoration: none;
    /* margin-top: 5px !important; */
    transition:0.3s ease-in-out;
}
.colorfm{
    color: #000;
}
.colorfm:hover{
    color: #3e0925;
}

.btn-chocker{
    color: #000;
    border-radius: 50%;
    padding: 5px 10px;
    background-color: #b690a8;
}
.btn-chocker:hover{
    background-color: #640000;
    color: white !important;
}
.navmenu a:hover{
    color: #b63030;
    transform: translateX(30px) !important;
}
.list-group-item-1:hover .hover-dropdown{
    display: block !important;
}
.after-line::after{
    content:"";
    position: absolute;
    top: 120%;
    left: 0%;
    width: 0%;
    height: 2px;
    background-color: #8c0d4f;
}
.after-line:hover::after{
    transition: all .5s ease-in-out;
    width: 100%;
    background-color: #8c0d4f;
}
/* ----- END --- headre-- */

/* --BEGAIN --- section-1--- -- */

.sec-1 {
    overflow: hidden;
    height: 30px;
}

.animation1 span{
    animation: love 20s forwards infinite;
}

@keyframes love {
    0% {
        transform: translateY(0%);
    }

    25% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(-200%);
    }

    75% {
        transform: translateY(-300%);
    }
    100%{
        transform: translateY(-400%);
    }
}

 /* -----------  --------  */
 .buy-now-btn{
    border: 1px solid #8c0d4f !important;
    color: #8c0d4f !important;
 }
 .buy-now-btn:hover{
    background-color: #8c0d4f !important;
    color: white !important;
 }

.wishlist-btn{
    border: 2px solid #6c757d !important;
    color: #6c757d;
}
.wishlist-btn:hover{
    border: 3px solid #8c0d4f !important;
    color: white !important;
    /* border: none !important; */
    background-color: #8c0d4f !important;
}
.shear-btn button{
    color: #8c0d4f;
}
.shear-btn button:hover{
    color: white;
    background-color: #8c0d4f !important;
}
.iconhover:hover{
    color: white;
    background-color: #8c0d4f;
}
.sochialbtn{
    right: 26%;
}
.sochialbtn a{
    color: #000;
    padding: 5px 8px;
}
.sochialbtn a:hover{
    color: white;
    background-color: #8c0d4f;
}
.shear-btn:hover .sochialbtn{
    display: flex !important;
    
}













/* ------------footer---------- */
.footer {
    background-color: #f8f4f6;
}

.sitename {
    color: #3e0925;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Ubuntu", sans-serif;
}

.tcolor {
    color: #3e0925;
}

.footer-widget ul a {
    color: #000;
}

.footer-widget ul a:hover {
    color: #8c0d4f;
}

.icon-soical {
    color: #000;
    padding: 10px 12px;
    background-color: #e2dfe1;
    border-radius: 8px;
}

.icon-soical:hover {
    color: #fff;
    background-color: #8c0d4f;
    transition: all .3s ease;
    transform: translateX(-500px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.app-btn {
    color: #000;
    padding: 10px 15px;
    background-color: #e2dfe1;
    border-radius: 8px;

}

.app-btn:hover {
    color: white;
    background-color: #8c0d4f;
}

.payment-icons i:hover {
    color: #8c0d4f;
}

.condation-links a {
    color: #000;
}

.condation-links a:hover {
    color: #8c0d4f;
}
.footer-1line::after{
    content: "";
    position: absolute;
    top: 120%;
    left: 0%;
    background-color: #8c0d4f;
    width: 30px;
    height: 3px;
}